home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
Tools
/
linuxdoc-sgml-1.1
/
sgmls-1.1
/
msgcat.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-05-03
|
213 b
|
14 lines
#ifdef HAVE_CAT
#include <nl_types.h>
#else
typedef UNIV nl_catd;
#endif
/* Don't use prototypes here in case nl_types.h declares a conflicting
prototype. */
nl_catd catopen();
int catclose();
char *catgets();